home *** CD-ROM | disk | FTP | other *** search
/ Aminet 30 / Aminet 30 (1999)(Schatztruhe)[!][Apr 1999].iso / Aminet / util / pack / xpk_Develop.lha / xpk_Develop / Include / FD / xpkmaster_lib.fd next >
Text File  |  1998-11-09  |  486b  |  22 lines

  1. ##base _XpkBase
  2. ##bias 36
  3. ##public
  4. XpkExamine(fib,tags)(a0,a1)
  5. XpkPack(tags)(a0)
  6. XpkUnpack(tags)(a0)
  7. XpkOpen(xbuf,tags)(a0,a1)
  8. XpkRead(xbuf,buf,len)(a0,a1,d0)
  9. XpkWrite(xbuf,buf,len)(a0,a1,d0)
  10. XpkSeek(xbuf,len,mode)(a0,d0,d1)
  11. XpkClose(xbuf)(a0)
  12. XpkQuery(tags)(a0)
  13. *
  14. * functions new in version 4 start here
  15. *
  16. XpkAllocObject(type,tags)(d0,a0)
  17. XpkFreeObject(type,object)(d0,a0)
  18. XpkPrintFault(code,header)(d0,a0)
  19. XpkFault(code,header,buffer,size)(d0,a0,a1,d1)
  20. XpkPassRequest(tags)(a0)
  21. ##end
  22.